type google.golang.org/grpc/experimental/stats.customLabelKey
3 uses
google.golang.org/grpc/experimental/stats (current package)
metrics.go#L29: type customLabelKey struct{}
metrics.go#L34: return context.WithValue(ctx, customLabelKey{}, label)
metrics.go#L40: label, _ := ctx.Value(customLabelKey{}).(string)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)